projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085a9cd
)
(solar-holidays): Change top-level progn to an if.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Nov 1993 22:51:17 +0000
(22:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 14 Nov 1993 22:51:17 +0000
(22:51 +0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index a1b112252e1a9a58821e4f8426b1da108d988df4..0875b83eff3fdac3a65c756c74b03105be442550 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-749,10
+749,11
@@
See the documentation for `calendar-holidays' for details.")
(defvar solar-holidays
'((if (fboundp 'atan)
(solar-equinoxes-solstices))
- (progn
- (require 'cal-dst)
+ (if (progn
+ (require 'cal-dst)
+ t)
(funcall
- 'holiday-sexp
+ 'holiday-sexp
calendar-daylight-savings-starts
'(format "Daylight Savings Time Begins %s"
(if (fboundp 'atan)